Merge(Project,String,String,Int32[]) Method
In This Topic
Unites project revisions. Used for change tracking.
Syntax
Parameters
- oProj
- Project to unite revisions
- strRevisionName
- Name of the new united project revision
- strComment
- Comment of the new united project revision (optional)
- nProjectRevisionIndices
- Project revision index to unite.
Exceptions
| Exception | Description |
| ArgumentException | Thrown in case of invalid parameters. |
| ApplicationException | Internal interface necessary for the revision management could not be created. |
| Eplan.EplApi.Base.BaseException | An error occurred during the action. |
See Also